home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / pCD / Source / hpcdtoppm.0.3 / Makefile.standalone < prev    next >
Makefile  |  1992-12-14  |  215b  |  10 lines

  1. CC=     gcc
  2. COPTS=  -O4 
  3.  
  4. # if you get problems with compilation of "signed",
  5. # read the README.TOO and try something like -DsBYTE=char
  6.  
  7.  
  8. hpcdtoppm: hpcdtoppm.c 
  9.     ${CC} ${COPTS} -DOWN_WRITE -o hpcdtoppm hpcdtoppm.c
  10.